home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 January / PCWorld_2002-01_cd.bin / Novinky / Becher / 1. Zlaty Kalich / ZlatyKalich.exe / scripts / DefineButton2_778 / BUTTONCONDACTION on(release).as next >
Text File  |  2001-11-12  |  511b  |  28 lines

  1. on(release){
  2.    _root.stopdragall();
  3.    if(_root.poz == "x")
  4.    {
  5.       _root.pepa.gotoAndPlay("xe");
  6.    }
  7.    else if(_root.poz == "y")
  8.    {
  9.       _root.pepa.gotoAndPlay("ye");
  10.    }
  11.    else if(_root.poz == "b")
  12.    {
  13.       _root.pepa.gotoAndPlay("be");
  14.    }
  15.    else if(_root.poz == "c")
  16.    {
  17.       _root.pepa.gotoAndPlay("ce");
  18.    }
  19.    else if(_root.poz == "d")
  20.    {
  21.       _root.pepa.gotoAndPlay("de");
  22.    }
  23.    else if(_root.poz == "d")
  24.    {
  25.       _root.pepa.gotoAndPlay("de");
  26.    }
  27. }
  28.